home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / AntiBorder.lha / AntiBorder / antiborder.doc < prev    next >
Text File  |  1991-08-26  |  2KB  |  63 lines

  1.  
  2.         ANTIBORDER V1.0 (C) 1990,91  PAUL HAYTER
  3.            ==========================================
  4.  
  5.      Antiborder is a small assembly program which does the following:
  6.  
  7.         1. Resizes the Active CLI window to the largest allowable
  8.            on the current screen (i.e. 640 x 256 for a normal
  9.            PAL Amiga, 640 x 200 on an NTSC Amiga, or larger if you
  10.            run an Overscan Workbench.
  11.         2. Remove (or Restore) the Window frame of the CLI window,
  12.            so that on a say 640 x 256 screen you get a full
  13.            80 x 32 character CLI window.
  14.         3. Optionally lock to RAM: so that the RAM-HANDLER is
  15.            loaded in. This is so you don't have to put
  16.            Dir RAM: in your startup-sequence.
  17.  
  18.      AntiBorder mostly lives in your startup-sequence. On some of my
  19.     disks it is the ONLY entry in the startup-sequence. It's small
  20.     at about 800 bytes, and hence should load fast (loading the
  21.     ram-handler takes some time though).
  22.  
  23.     USAGE
  24.     =====
  25.  
  26.         AntiBorder y    :Resize window and remove window frame.
  27.         AntiBorder y r    :Same as above but locks to RAM: too.
  28.         AntiBorder n    :Resize window and restore window frame.
  29.         AntiBorder n r    :Same as above but locks to RAM: too.
  30.  
  31.     IN THIS DIRECTORY
  32.     =================
  33.  
  34.         The following files are included with this release of
  35.     AntiBorder.
  36.  
  37.         AntiBorder    :the executable
  38.         AntiBorder.doc    :the docs
  39.         ab.s        :The assembly source for AntiBorder.
  40.  
  41.     DISTRIBUTION
  42.     ============
  43.  
  44.         ANTIBORDER IS FREELY DISTRIBUTABLE. YOU CAN COPY IT AS
  45.     MUCH AS YOU LIKE AS LONG AS THE FOLLOWING IS SATISFIED.
  46.         1. ONLY A NOMINAL COPYING FEE IS CHARGED.
  47.         2. IT IS NOT USED FOR COMMERCIAL PURPOSES.
  48.  
  49.     NOTE: I DO NOT REQUIRE THE SOURCE AND DOC FILE TO ALWAYS BE
  50.           DISTRIBUTED WITH THE EXECUTABLE.
  51.  
  52.     CORRESPONDENCE
  53.     ==============
  54.  
  55.         Please send any bug reports/ or correspondence to myself
  56.     at the address below.
  57.  
  58.         Paul Hayter
  59.         PO BOX 331
  60.         Ballina
  61.         2478
  62.         Australia.
  63.